home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / comm / tcp / AmiTCP_bin_22.lha / AmiTCP-2.2 / ChangeLog < prev    next >
Text File  |  1993-11-19  |  9KB  |  266 lines

  1. Wed Nov 17 14:17:24 1993  Jarno Tapio Rajahalme  (jraja@lk-hp-11)
  2.  
  3.     * AmiTCP (kern/uipc_socket.c, kern/uipc_socket2.c):
  4.     Fixed a bug inherited from the BSDSS4 code. Selecting processes
  5.     were never woken up if they did not have the asynchronous mode
  6.     set.
  7.  
  8. Sun Nov 14 15:53:11 1993  Jarno Tapio Rajahalme  (jraja@lk-hp-11)
  9.  
  10.     * AmiTCP (kern/amiga_log.c):
  11.     Fixed off by one errors in log date and month names.
  12.  
  13.     * rhslip (device_funcs.c)
  14.     Changed AddTail() to Enqueue() for the write packets, so that they
  15.     will be sent in priority order. Note that Enqueue will queue
  16.     packets with same priority in FIFO order. (rev bumped to 37.6).
  17.  
  18. Sat Nov 13 06:28:09 1993  Pekka Pessi  (ppessi@beta.hut.fi)
  19.  
  20.     * NapsaTerm:
  21.     Fixed a nasty bug causing gurus when a window couldn't be opened.
  22.     Added a resource "pubScreenName" used to select public screen.
  23.  
  24. Fri Nov 12 01:29:20 1993  Jarno Tapio Rajahalme  (jraja@lk-hp-11)
  25.  
  26.     * EmacsTCP
  27.     Added forms.el(c) and background.el(c) to the distribution, so
  28.     that the Emacs gopher.el can be used out-of-the-box.
  29.  
  30.     * netinclude
  31.     Added the protocol headers from BSD net2 to dir
  32.     netinclude/protocols.
  33.     Added Sana2 assembler header files.
  34.  
  35. Sun Nov  7 02:11:22 1993  Pekka Pessi  (ppessi@lk-hp-14.hut.fi)
  36.  
  37.     * src/amitcp/kern/amiga_main.c
  38.     The version tag is updated.
  39.  
  40.     * src/amitcp/net/sana2arp.c, src/amitcp/net/sana2arp.h,
  41.       netinclude/net/if_arp.h, src/util/arp/arp.c:
  42.     Added arptable dumping facility (arp -a).
  43.       
  44.     * src/amitcp/sys/systm.h, src/amitcp/kern/amiga_log.h, 
  45.       src/amitcp/kern/amiga_log.c, src/amitcp/kern/subr_prf.c:
  46.     Added csprintf(), a sprintf() replacement with known buffer size.
  47.  
  48.     * AmiTCP (kern/amiga_config.h, kern/amiga_config.c,
  49.       kern/amiga_cstat.c, kern/config_var.awk, kern/variables.src):
  50.       Added routing table dump.
  51.  
  52.     * AmiTCP (net/if_sana.c, net/if_sana.h, net/sana2copybuff.c):
  53.     The Sana-II device is automatically marked `up' when it is put
  54.     `online'. A LOWDELAY IP packets are given higher priority IO
  55.     requests. 
  56.  
  57. AmiTCP/IP Release 2.1: (released 21.10.1993)
  58. ===========================================
  59.  
  60. Thu Oct 21 04:31:56 1993  Pekka Pessi  (ppessi@lk-hp-8.hut.fi)
  61.  
  62.     * src/appl/ls/ls.c: 
  63.       Added errno, otherwise network autonint will be linked with it.
  64.  
  65.     * AmiTCP:
  66.       Added in_cksum() in assembler. Approx 3 times faster than
  67.       C-version. Use A68k to compile it.
  68.  
  69.         * src/util/inetd/inetd.c: 
  70.       Added a real version tag. Changed the machtime() to use
  71.       gettimeofday() -- now returns GMT if available.
  72.  
  73. Mon Oct 18 08:14:36 1993  Jarno Tapio Rajahalme  (jraja@lk-hp-11)
  74.  
  75.     * netlib: Added new files:
  76.       timerinit.c - autoinitialization module for TimerBase + timezone info
  77.       gettimeofday.c - gettimeofday() with timezone capabilities.
  78.  
  79. Sat Oct 16 01:27:16 1993  Pekka Pessi  (ppessi@lk-hp-10.hut.fi)
  80.  
  81.     * README.FIRST (FILES): Moved installation help to `HowToInstall'.
  82.  
  83.     * Install_Amitcp: Copies now the old configuration, if it exists.
  84.  
  85.     * GNUMakefile: Added new files and icons to release.
  86.  
  87. Fri Oct 15 03:50:41 1993  Pekka Pessi  (ppessi@lk-hp-3.hut.fi)
  88.  
  89.     * Install_AmiTCP: added passwd and group installing, changed the
  90.       way EmacsTcp and Napsaterm are installed. Installer has now the
  91.       path bin/installer.
  92.  
  93.     * src/util/netstat: Some formatting is added, also printing TCP
  94.       server sockets is optional.
  95.  
  96.     * src/appl/Smakefile: Added finger.
  97.  
  98.     * db/inetd.conf: Changed fingerd path to amitcp:serv/in.fingerd.
  99.  
  100.     * src/appl/fingerd: Made the fingerd to use finger (with APipe:).
  101.     
  102.     * src/appl/finger: Ported finger application from BSD net2.
  103.  
  104.     * src/netlib: Changed compilation mechanism, added debugging
  105.       libraries (e.g. gnet.lib, autoinitd.go). Small fixes to
  106.       getpasswdent.c and getgroupent.c, minor modifications to
  107.       autoinitd.c and serveraccept.c.
  108.  
  109. Wed Oct 13 16:52:46 1993  Pekka Pessi  (ppessi@lk-hp-11.hut.fi)
  110.  
  111.     * GNUmakefile (FILES): Made some major changes in the file and
  112.       directory structure. Moved network applications and devices to
  113.       their own directories. Included rhslip.device and ls to the
  114.       distribution.
  115.  
  116.     * Added passwd and group database handling routines to the
  117.       net.lib. Added example databases to AmiTCP:db.
  118.  
  119. Wed Sep 15 01:17:23 1993  Jarno Tapio Rajahalme  (jraja@lk-hp-11)
  120.  
  121.     * AmiTCP (API)
  122.       Fixed bug in WaitSelect(). Before it could return random bits in
  123.       the fd_sets.
  124.  
  125. Fri Sep 10 02:49:51 1993  Pekka Pessi  (ppessi@lk-hp-13.hut.fi)
  126.  
  127.     * Napsaterm: fixed a bug with OOB data handling, which hanged
  128.       Napsaterm sometimes.
  129.  
  130.       Default window title is now the name of the remote host. Got a
  131.       patch from trossi, a public screen can be used with -S switch.
  132.  
  133.     * AmiTCP (kern/amiga_log.[hc], kern/subr_prf.c):
  134.       Added a timestamp to the log messages.
  135.  
  136.     * AmiTCP (kern/kern_synch.c): Fixed a bug in the timer message
  137.       handling. It is handled now with WaitIO().
  138.  
  139.     * AmiTCP (Network Interfaces, net/if.c): 
  140.       Fixed (?) bug with SIOCGIFCONF ioctl's (it returned the
  141.       interface name in the old style format).
  142.  
  143. Wed Sep 8 20:04:00 1993  Tomi Ollila  (too@lk-hp-21)
  144.  
  145.     * AmiTCP (API):
  146.       Fixed bugs in gethostbyaddr(). Now hostname is '\0' terminated
  147.       and alias and address lists NULL terminated.
  148.  
  149. Fri Sep 3 10:11:00 1993  Jarno Tapio Rajahalme  (jraja@lk-hp-11)
  150.  
  151.     * env/sana2/slip0.config & env/sana2/cslip0.config
  152.       Removed the `CD' switch from these example configuration files.
  153.  
  154. AmiTCP/IP Release 2.0: (released 13.8.1993)
  155. ===========================================
  156.  
  157. Fri Aug  6 18:21:19 1993  Jarno Tapio Rajahalme  (jraja@lk-hp-11)
  158.  
  159.     * AmiTCP (SANA-II Interface):
  160.     Added AbortSanaIO() to the net/if_sana.c to support buggy
  161.     SANA-II drivers, which expect to get unit pointer as an 
  162.     argument for their AbortIO() entry.
  163.  
  164.     * Netinclude:
  165.     Fixed error in Release(CopyOf)Socket() parameters (names were
  166.     in opposite order). 
  167.  
  168. Thu Aug  5 01:16:48 1993  Pekka Pessi  (ppessi@lk-hp-19.hut.fi)
  169.  
  170.     * netinclude/net:
  171.     Removed sockaddr_sana2 from if.h (it's private).
  172.  
  173. Wed Aug  4 00:51:32 1993  Pekka Pessi  (ppessi@lk-hp-12.hut.fi)
  174.  
  175.     * COPYRIGHTS file:
  176.     Added Niftyterm copyright and SANA-II copyright
  177.  
  178.     * netinclude/devices:
  179.     Moved Sana-II header files into netinclude:
  180.  
  181. Mon Aug  2 00:26:15 1993  Pekka Pessi  (ppessi@lk-hp-10.hut.fi)
  182.  
  183.     * Added Napsaterm to the distribution (again..). Removed some
  184.     files from the Agnet distribution.
  185.  
  186. Fri Jul 30 16:21:50 1993  Jarno Tapio Rajahalme  (jraja@lk-hp-11)
  187.  
  188.     * Distribution
  189.     Added Agnet to the distribution.
  190.  
  191. Wed Jul 28 19:02:26 1993  Jarno Tapio Rajahalme  (jraja@lk-hp-11)
  192.  
  193.     * AmiTCP (configuration)
  194.     Fixed inet_aton() calls in kern/amiga_netdb.c. Before the
  195.     internet address checks had no effect.
  196.  
  197. Mon Jul 26 16:32:10 1993  Jarno Tapio Rajahalme  (jraja@lk-hp-11)
  198.  
  199.     * AmiTCP (ARexx interface)
  200.     Changed ARexx port name from 'NETTRACE' to 'AMITCP'.
  201.  
  202. Mon Jul 19 17:46:13 1993  Jarno Tapio Rajahalme  (jraja@lk-hp-10)
  203.  
  204.     * AmiTCP (SANA-II interface)
  205.     Added Sana-II tags for the Arcnet (untested).
  206.  
  207.     * netlib (autoinit.c, autoinitd.c)
  208.     Removed requirement for exact version match in hope that new
  209.     versions will be compatible with the old ones from now on.
  210.     Minimum acceptable version is now 2.
  211.  
  212. Wed Jul 14 22:50:32 1993  Pekka Pessi  (ppessi@lk-hp-12.hut.fi)
  213.  
  214.     * netinclude:pragmas/socket_pragmas.h 
  215.     Updated pragmas for the library version 2 
  216.  
  217.     * util:
  218.     Fixed utilities using ioctl()
  219.  
  220.     * netinclude:sys/ioctl.h, ami/api/amiga_generic.c:
  221.     Changed interface ioctl codes.
  222.  
  223.     * db:
  224.     Fixed typos, added an example of passwd file (for fingerd)
  225.  
  226.     * inetd:
  227.     Imported full source set including SCOPTIONS. Fixed some minor
  228.      bugs. 
  229.  
  230. Sun Jun 20 15:43:28 1993  Jarno Tapio Rajahalme  (jraja@lk-hp-12)
  231.  
  232.     * inetd
  233.     Fixed bug that crashed the machine when an internal service with
  234.     own process was started.
  235.  
  236. Wed Jun 16 19:24:21 1993  Tomi Ollila  (too@lk-hp-20)
  237.  
  238.     * netlib
  239.     Added charread and lineread modules (charread is actually
  240.     a macro package and is located only in netinclude).
  241.  
  242. Tue Jun 15 01:18:07 1993  Jarno Tapio Rajahalme  (jraja@lk-hp-20)
  243.  
  244.     * AmiTCP (SANA-II interface)
  245.     'networks/' prefix for the SANA-II drivers not needed any more by
  246.     the ifconfig.
  247.  
  248. Mon Jun 14 02:52:40 1993  Jarno Tapio Rajahalme  (jraja@lk-hp-12)
  249.  
  250.     * AmiTCP (configuration):
  251.     Added WITH command to the netdb. Intact Unix database files
  252.     can now be included.
  253.  
  254.     * AmiTCP (configuration):
  255.     Changed netdb HOST entries to Unix format.
  256.  
  257. Before dawn of this ChangeLog  Tomi Ollila  (too@lk-hp-14)
  258.  
  259.        * AmiTCP (api)
  260.        Added Dup2Socket(). 
  261.  
  262.        * AmiTCP (api)
  263.        Changed every netdatabase function, Inet_NtoA() and WaitSelect()
  264.        to use separate buffers in SocketBase.
  265.  
  266.